gtk/gtkapplication.c: Don't Include unistd.h Unconditionally
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 26 Dec 2013 08:15:10 +0000 (16:15 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 26 Dec 2013 08:15:10 +0000 (16:15 +0800)
commitadb0d2adac43987c062787c3b8dbbe5c99696cc2
tree40809a3d74d25b31e5bb54cd0628df4bf1946a43
parent66381cfd5d73c08d56409fe6695754c093dd2e50
gtk/gtkapplication.c: Don't Include unistd.h Unconditionally

This header, which is not universally available, is accidently made to be
included unconditionally during the refactoring of gtkapplication.c,
so restore the #ifdef check.
gtk/gtkapplication.c